home *** CD-ROM | disk | FTP | other *** search
/ Space & Astronomy / Space and Astronomy (October 1993).iso / mac / VIEWERS / MSDOS / GIFKIT11.ZIP / GIFSTRIP.DOC < prev    next >
Text File  |  1990-02-22  |  3KB  |  57 lines

  1. GIFSTRIP
  2.   Version 1.2, portable
  3.   11/16/89
  4.   by James W. Birdsall
  5.  
  6.   GIF and "Graphic Interchange Format" are trademarks (tm) of
  7.   CompuServe, Inc., an H&R Block company.
  8.  
  9.  
  10.   GIFSTRIP is designed to remove extraneous characters from the end
  11.      of GIF files. These characters are typically added when a GIF
  12.      file is transferred via a protocol such as XMODEM. While they do
  13.      not usually interfere with use of the GIF file, they do take up
  14.      valuable disk space.
  15.  
  16.  
  17.  
  18.   usage: GIFSTRIP [-tpath] [target [target target...]]
  19.  
  20.     If no target is given, GIFSTRIP will scan the current directory.
  21.   Valid targets are directory names, filenames (including paths), or
  22.   filenames (including paths) with wildcards. Target types may be
  23.   mixed. For example, if there is a directory /GIF which contains
  24.   files ALBERT.GIF, ALIEN.GIF, and BORA.GIF, then
  25.      GIFSTRIP /gif                  will strip all of them.
  26.      GIFSTRIP /gif/albert.gif       will strip ALBERT
  27.      GIFSTRIP /gif/a*.*             will strip ALBERT and ALIEN
  28.      GIFSTRIP /gif/*r*              will strip ALBERT and BORA
  29.  
  30.     The rebuilt file is stored in a temporary file during rebuilding,
  31.   then is renamed when finished. Every effort is made to preserve
  32.   data integrity -- if any error is detected during rebuilding, the
  33.   original file is left untouched and the temporary file removed.
  34.   If there isn't enough free space to process a given file, a message
  35.   is printed and that file is skipped.
  36.  
  37.     The -t option specifies a drive and/or path for the temporary
  38.   file. The default is the same disk and directory as the original file.
  39.   The syntax is -tpath, where path is the desired temporary path (possibly 
  40.   containing a drive). This option should be used when there is insufficient 
  41.   space on the current drive to hold the GIF file and the temporary file,
  42.   but space for the temporary file is available elsewhere.
  43.  
  44.     UNDER UNIX, the -t option specifies a filename (with optional
  45.   path), instead of just a path.
  46.  
  47.     Various data concerning the file is displayed during the process.
  48.   The displays are for the most part identical to those of GIFLS when
  49.   invoked with the -l option, except for a few self-explanatory
  50.   additions.
  51.  
  52.    GIFSTRIP can accept a list of targets from stdin. If stdin is redirected,
  53.   GIFSTRIP detects this, parses any command line options, and then reads targets
  54.   from stdin ONLY -- all command line targets are discarded. The list of targets
  55.   can come either from GIFLS or from a file. The targets must be separated by
  56.   newlines.
  57.